home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / dfÜ / bbs / tronbbs / tron / docs / utils / tmp.doc < prev    next >
Encoding:
Text File  |  1996-07-16  |  1.6 KB  |  64 lines

  1.  
  2.  
  3. ===( 'TMP'  The Tron Mail Processor  )=============
  4.  
  5.  
  6. This is the programm needed to process echo and netmail.
  7.  
  8. When you call it, it can Pack or Unpack mail and link the messages
  9. in your messagebase.
  10.  
  11. Unpack mail:        TMP  U
  12. Pack   mail:        TMP  P
  13. Link   msgs:        TMP  L
  14.  
  15. If you also specify the -b flag , the mail which is currently processed
  16. will be backed up in the 'tron:inbound/backup/' directory where
  17. you can check it if some thing goes wrong.
  18.  
  19.  
  20. For processing mail there is a script called 'mail' in the
  21. 'tron:scripts/'  directory which takes care of all processing.
  22. You can use it from a shell or script , or have it
  23. executed by a cron util or in a logout or incoming script.
  24.  
  25. Linking the messages in your message base means that the mail processor
  26. compares each message in an area with each other to check if the msg is
  27. a reply or an original to this message.
  28. This data is stored in the message base and displayed beneath messages
  29. while reading the mail.
  30. You can see to which message this is a reply and how many replies a
  31. message has.
  32. Also this data is needed for the '+'reply and 'o'original options
  33. while reading mail.
  34. You can run the mail processor once a nigth after all other
  35. mail processing is done.
  36. You can FI let a cron util start it.
  37.  
  38.  
  39. ===( 'MAIL'  Mail processing script  )=============
  40.  
  41.  
  42. ;;;  Script to proces mail and .TIC files.
  43.  
  44.  
  45. wait 4
  46.  
  47. avail flush >nil:
  48.  
  49. tron -m -a -x "Mail processor is started, system can be a little slower"
  50.  
  51. ;;;  proces .TIC files
  52.  
  53. TronTick -p -b
  54.  
  55. tron:utils/tmp  u -b -d
  56. tron:utils/tmp  p    -d
  57.  
  58. lastcallers
  59.  
  60. tron -m -a -x "Mail processor is Finished !"
  61.  
  62. --------------------------------------------------------
  63.  
  64.